home *** CD-ROM | disk | FTP | other *** search
/ PC Home 109 / PC Home 109.iso / data1.cab / Program_Files / id009.dxr / 00059.ls < prev    next >
Encoding:
Text File  |  2001-03-02  |  204 b   |  10 lines

  1. on exitFrame
  2.   puppetSprite(5, 1)
  3.   repeat while the locV of sprite 5 < 319
  4.     set the locV of sprite 5 to the locV of sprite 5 + 20
  5.     updateStage()
  6.   end repeat
  7.   startTimer()
  8.   go(the frame + 1)
  9. end
  10.